From 89b7a56144aa58fc727d871418a87f2a4af4d87a Mon Sep 17 00:00:00 2001 From: Debian Science Team Date: Wed, 26 Aug 2020 22:34:50 +0100 Subject: [PATCH] Use Debian packaged mathjax Author: Andreas Tille Forwarded: not-needed Gbp-Pq: Name mathjax-path.patch --- doc/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 2db09841..b238a357 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -67,6 +67,8 @@ extensions = [ "contributors", # custom pandas extension ] +mathjax_path="MathJax.js" + exclude_patterns = ["**.ipynb_checkpoints"] try: import nbconvert -- 2.30.2